projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6582720
)
Fix last fix of note_mouse_highlight
author
Martin Rudalics
<rudalics@gmx.at>
Wed, 5 Feb 2014 18:37:36 +0000
(19:37 +0100)
committer
Martin Rudalics
<rudalics@gmx.at>
Wed, 5 Feb 2014 18:37:36 +0000
(19:37 +0100)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 755c061c43e41b9b8933496c9e2190df650380d8..980e905b0974a06086142426dc7010af2a041f0f 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-28569,6
+28569,7
@@
note_mouse_highlight (struct frame *f, int x, int y)
{
note_mode_line_or_margin_highlight (window, x, y, part);
+#ifdef HAVE_WINDOW_SYSTEM
if (part == ON_LEFT_MARGIN || part == ON_RIGHT_MARGIN)
{
cursor = FRAME_X_OUTPUT (f)->nontext_cursor;
@@
-28576,6
+28577,7
@@
note_mouse_highlight (struct frame *f, int x, int y)
goto set_cursor;
}
else
+#endif
return;
}